:root {
  --color-primary: #007ffa;
  --page-header-height: 100px;
  --page-container-width: 1200px;
}
.btn-primary {
  background-color: var(--color-primary);
}
.btn-primary:hover {
  background-color: var(--color-primary);
  opacity: 0.8;
}
.downloadNav {
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 100000000000;
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 8px 16px;
}
.downloadNav .logo {
  width: 60px;
  margin-right: 8px;
}
.downloadNav .name {
  font-size: 16px;
  font-weight: bold;
}
.downloadNav .desc {
  color: #eee;
}
.downloadNav .dlBtn {
  margin-left: auto;
  margin-right: 16px;
  background-color: #01ba7e;
}
.downloadNav .closeBox {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logoForSearch {
  display: none;
}
.siteMap {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000000;
  display: none;
}
.articleColumnImageLink:hover .articleColumnImage {
  opacity: 0.8;
}
.articleColumnImage {
  margin-top: 16px;
}
@media (max-width: 800px) {
  .ui-mobileHidden {
    display: none !important;
  }
}
.ui-color-white {
  color: #fff;
}
.ui-container {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}
.ui-section {
  margin-bottom: 20px;
  margin-bottom: 30rpx;
}
.ui-section.card {
  background-color: #fff;
}
.ui-section.main .ui-sectionTitle {
  padding: 0;
}
.ui-section.main .ui-sectionHeader {
  border-bottom: none;
}
.ui-section.padBottom {
  padding-bottom: 24px;
}
.ui-section .ui-sectionHeader {
  border-bottom: 1px solid rgba(216, 216, 216, 0.3);
  display: flex;
  height: 64px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.ui-section .ui-sectionTitle {
  height: 64px;
  border-top: 4px solid #4097F7;
  font-size: 20px;
  font-weight: 600;
  color: #262626;
  line-height: 64px;
  padding: 0 20px;
}
.ui-section .ui-sectionMore {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 20px;
  padding-right: 10px;
}
.ui-section .ui-sectionMore:hover {
  color: var(--color-primary);
}
.ui-section .ui-sectionMore2 {
  width: 180px;
  margin: 8px auto 32px auto;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-primary);
  background-color: #f7f7f7;
}
.ui-section .ui-sectionMore2:hover {
  color: #fff;
  background-color: var(--color-primary);
}
.ui-navHeader {
  padding-top: 52px;
  padding-bottom: 5px;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px 5px rgba(235, 235, 235, 0.5);
}
.ui-navHeader * {
  box-sizing: border-box;
}
.ui-navHeader .urlTitle:hover {
  color: #007ffa;
}
.ui-navHeader .desc {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 20px;
}
.ui-navHeader .desc:hover {
  color: #007ffa;
}
.ui-navHeader .container {
  width: 1120px;
  margin: 0 auto;
}
.ui-navHeader .menuList {
  display: flex;
  flex-wrap: wrap;
}
.ui-navHeader .menuItem {
  width: 33.33333333%;
  padding-left: 30px;
  margin-top: 13px;
}
.ui-navHeader .menuItem:hover .subMenuList {
  display: flex;
}
.ui-navHeader .top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.ui-navHeader .menuIcon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.ui-navHeader .iconBox {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.ui-navHeader .iconBox .icon {
  color: rgba(0, 0, 0, 0.65);
  font-size: 24px;
}
.ui-navHeader .topTitle {
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.ui-navHeader .subMenuList {
  display: flex;
  flex-wrap: wrap;
}
.ui-navHeader .subItem {
  width: 108px;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 20px;
}
.ui-navHeader .subItem:hover .link {
  color: #007ffa;
}
.ui-sideAction {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1000;
  width: 48px;
}
.ui-sideAction .item {
  position: relative;
  width: 48px;
  height: 40px;
  background: #292b30;
  margin-top: 6px;
}
.ui-sideAction .itemText {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-sideAction .text {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
}
.ui-sideAction .itemTop {
  height: 40px;
  position: relative;
  cursor: pointer;
}
.ui-sideAction .triangleTop {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 24px 12px;
  border-color: transparent transparent #292b30;
}
.ui-sideAction .itemQrcode:hover .qrcodeWrap {
  display: block;
}
.ui-sideAction .qrcodeIcon {
  color: #fff;
  font-size: 22px;
}
.ui-sideAction .topIcon {
  position: relative;
  top: -6px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.qrcodeWrap {
  position: absolute;
  right: 100%;
  bottom: 0;
  display: none;
  height: 152px;
  width: 340px;
}
.qrcodesBox {
  position: absolute;
  right: 24px;
  bottom: 0;
  height: 152px;
  z-index: 1000000000;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.qrcodesBox .tabs {
  display: flex;
}
.qrcodesBox .tabs .tabItem {
  width: 80px;
  padding: 8px 12px;
  text-align: center;
}
.qrcodesBox .tabs .tabItem.active {
  border-bottom: 2px solid var(--color-primary);
}
.qrcodesBox .content {
  display: none;
  padding: 16px;
}
.qrcodesBox .content.active {
  display: flex;
}
.qrcodesBox .qrcode {
  width: 80px;
  height: 80px;
  margin-right: 12px;
}
@media (min-width: 800px) {
  .main-container {
    width: 1200px;
    padding-top: 100px;
  }
}
.ui-sideArticleList {
  box-sizing: border-box;
}
.ui-sideArticleList * {
  box-sizing: border-box;
}
.ui-sideArticleList .item {
  margin-bottom: 26px;
}
.ui-sideArticleList .item:last-child {
  margin-bottom: 0;
}
.ui-sideArticleList .item:hover .title {
  color: #4097F7;
}
.ui-sideArticleList .icon {
  font-size: 16px;
  color: #01BA7E;
  margin-right: 12px;
  margin-top: 3px;
}
.ui-sideArticleList .link {
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 20px;
  border: s solid #000;
}
.ui-sideArticleList .index {
  flex: 0 0 53px;
  font-size: 33px;
  font-weight: 400;
  color: #0865CB;
  line-height: 46px;
}
.ui-sideArticleList .title {
  flex: 1 0 auto;
  width: 0;
  font-size: 14px;
  font-weight: 400;
  color: #262626;
  line-height: 20px;
}
.ui-sideArticleList .time {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 17px;
}
.ui-footer {
  color: #fff;
  padding-top: 43px;
  background: #292b30;
}
.ui-footer .footerTop {
  margin-bottom: 52px;
  display: flex;
  justify-content: space-between;
}
.ui-footer .footerTop .logo {
  width: 138px;
  height: 46px;
  margin-bottom: 13px;
}
.ui-footer .footerTop .desc {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
  line-height: 20px;
}
.ui-footer .topRight {
  display: flex;
}
.ui-footer .footerBody {
  display: flex;
  margin-bottom: 34px;
}
.ui-footer .footerBody .bodyLeft {
  flex-shrink: 0;
  width: 200px;
}
.ui-footer .menu.flex {
  display: flex;
  flex-wrap: wrap;
}
.ui-footer .menu.flex li {
  width: 114px;
}
.ui-footer .menu li {
  margin-bottom: 10px;
}
.ui-footer .menu li a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  line-height: 20px;
}
.ui-footer .menu li a:hover {
  color: #fff;
}
.ui-footer .footerTitle {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  line-height: 22px;
}
.ui-footer .line {
  height: 1px;
  background: #eeeeee;
  opacity: 0.25;
}
.ui-footer .footerBottom {
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
  line-height: 20px;
  text-align: center;
}
.ui-footer .footerBottom .copyRight {
  margin-bottom: 10px;
}
.ui-footer .footerBottom .icp {
  color: rgba(255, 255, 255, 0.65);
}
.ui-footer .footerBottom .icp:hover {
  color: #fff !important;
}
.ui-footer .footerBottom .email {
  margin-top: 20px;
}
.ui-footer .footerBottom .site12377 {
  display: inline-block;
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.65);
}
.ui-footer .footerBottom .site12377:hover {
  color: #fff !important;
}
.ui-footer .subList {
  display: flex;
  margin-right: 30px;
}
.ui-footer .subList .item {
  position: relative;
  margin-right: 60px;
}
.ui-footer .subList .item:hover .icon {
  background-color: #fff;
}
.ui-footer .subList .item:hover .text {
  color: #fff;
}
.ui-footer .subList .item:hover .dropdown-left {
  visibility: visible;
  opacity: 1;
  width: 140px;
}
.ui-footer .subList .icon {
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
  background: #ffffff;
  opacity: 0.65;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 28px;
}
.ui-footer .subList .text {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
  line-height: 28px;
}
.ui-footer .subList .dropdown-left {
  position: absolute;
  right: 100%;
  bottom: -1px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  width: 60px;
  box-sizing: border-box;
}
.ui-footer .subList .dropdown-left img {
  width: 100%;
  height: auto;
  display: block;
}
.ui-footer .subscribe {
  padding-top: 42px;
  display: flex;
}
.ui-footer .subscribe .emailInput {
  width: 201px;
  height: 30px;
  margin-right: 12px;
  background: #ffffff;
  opacity: 0.8;
  padding-left: 16px;
}
.ui-footer .subscribe .subscribeBtn {
  width: 52px;
  height: 30px;
  background: var(--color-primary);
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ui-footer .subscribe .subscribeBtn:hover {
  background: #007ffa;
}
.ui-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000;
  background: rgba(0, 0, 0, 0.49);
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.ui-modal .content {
  width: 420px;
  max-width: 100%;
  height: 390px;
  background: #ffffff;
  border-radius: 5px;
}
.ui-modal .header {
  height: 57px;
  padding-left: 31px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
}
.ui-modal .title {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
.nav-bar-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  /* border-bottom: 1px solid #e7e7e7; */
  /* box-shadow: 0 0 8px 0 rgba(51,51,51,.3); */
  z-index: 99999;
  height: 100px;
  opacity: 1;
  transition: all 0.5s;
  box-sizing: border-box;
}
.nav-bar-wrapper * {
  box-sizing: border-box;
}
.nav-bar-wrapper.hidden {
  height: 0;
  opacity: 0;
}
.logo-bar {
  position: relative;
  z-index: 10000;
  height: var(--page-header-height);
  /* background-color: #f00; */
  transition: all 0.5s;
  padding-top: 23px;
}
.logo-bar .logo {
  height: 55px;
  margin-right: 40px;
}
.logo-bar .logo:hover {
  opacity: 0.8;
}
.logo-bar .logo.dark {
  display: none;
}
.logo-bar .contribution-btn {
  border-radius: 16px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
}
.logo-bar .contribution-btn:hover {
  color: #007ffa;
  border-color: #007ffa;
}
.logo-bar .inner-container {
  display: flex;
  align-items: center;
  width: var(--page-container-width);
  max-width: 100%;
  height: 50px;
  margin: 0 auto;
}
.logo-bar .layoutRight {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.logo-bar .register {
  margin-left: 16px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
}
.logo-bar .register:hover a {
  color: #007ffa;
}
.logo-bar .login {
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
  margin-left: 16px;
}
.logo-bar .login:hover a {
  color: #007ffa;
}
.theme-dark.logo-bar {
  background-color: rgba(2, 0, 25, 0.8);
  border-bottom: none;
}
.theme-dark.logo-bar .logo.dark {
  display: block;
}
.theme-dark.logo-bar .logo.light {
  display: none;
}
.theme-dark.logo-bar .contribution-btn {
  color: #fff;
  border-color: #fff;
}
.theme-dark.logo-bar .contribution-btn:hover {
  color: #007ffa;
  border-color: #007ffa;
}
.theme-dark.logo-bar .register a {
  color: #fff;
}
.theme-dark.logo-bar .register:hover a {
  color: #007ffa;
}
.theme-dark.logo-bar .login a {
  color: #fff;
}
.theme-dark.logo-bar .login:hover a {
  color: #007ffa;
}
.theme-dark .topMenu .menu-item a {
  color: #fff;
}
.theme-dark .topMenu .sub-menu-item a {
  color: #7B7B7B;
}
.ui-search {
  position: relative;
  width: 290px;
  height: 40px;
  /*background-color: #eee;*/
  box-sizing: border-box;
  overflow: hidden;
  background-color: rgba(235, 235, 235, 0.3);
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.ui-search .input {
  flex: 1 0 auto;
  background-color: #eee;
  height: 100%;
  line-height: 30px;
  padding-left: 10px;
  line-height: 40px;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  /* padding-right: 30px; */
  transition: width 0.5s;
}
.ui-search .btn {
  flex: 0 0 auto;
  /* position: absolute; */
  background-color: transparent;
  width: 68px;
  height: 40px;
  background: var(--color-primary);
  line-height: 30px;
  /* top: 0;
        right: 0; */
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  border-radius: 0;
}
.ui-search .btn:hover {
  opacity: 0.8;
}
.simpleSearch {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000;
  cursor: pointer;
  position: relative;
  top: -2px;
  margin-right: 16px;
}
.simpleSearch:hover {
  color: #007ffa;
}
.theme-dark .simpleSearch {
  color: #ffffff;
}
.theme-dark .simpleSearch:hover {
  color: #007ffa;
}
.pc-user-menu-list {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  box-sizing: border-box;
  width: 120px;
  height: 192px;
  background-color: #fff;
  border-radius: 4px;
  margin-top: var(--page-header-height);
  overflow: hidden;
}
.pc-user-menu-list * {
  box-sizing: border-box;
}
.pc-user-menu-list .link {
  height: 48px;
  padding: 0 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 1 !important;
}
.pc-user-menu-list .link:hover {
  background-color: #f1f1f1;
}
.pc-user-menu-list .item-first {
  display: none;
}
.pc-user-menu-list .text {
  margin-left: 12px;
}
.topMenu {
  display: flex;
  box-sizing: border-box;
  /* .nav-bar-left .subMenuList li:nth-child(odd){
            border-right: 2px solid #eee;
    } */
}
.topMenu * {
  box-sizing: border-box;
}
.topMenu .username {
  color: #fff;
  position: relative;
  padding-left: 16px;
  height: var(--page-header-height);
  line-height: var(--page-header-height);
  cursor: pointer;
}
.topMenu .menu-item {
  position: relative;
  text-align: center;
  height: var(--page-header-height);
  line-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topMenu .menu-item:hover .subMenuBox {
  display: block;
}
.topMenu .menu-item:hover .pc-user-menu-list {
  display: block;
}
.topMenu .menu-item .item-first {
  padding: 0 20px;
}
.topMenu .menu-item .menuLink {
  color: #7B7B7B;
  display: block;
  font-size: 15px;
  line-height: var(--page-header-height);
  height: var(--page-header-height);
  border-bottom: 4px solid transparent;
}
.topMenu .menu-item .menuLink:hover {
  color: var(--color-primary);
}
.topMenu .menu-item .menuLink.active {
  color: var(--color-primary);
  border-bottom: 4px solid var(--color-primary);
}
.topMenu .menu-item > a .iconfont.icon-unfold {
  margin-left: 10px;
  color: #aaa;
  font-size: 14px;
}
.topMenu .subMenuBox {
  display: none;
  position: absolute;
  padding-top: 8px;
  top: 50px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  /* box-shadow: 0 0 6px 0; */
  z-index: 99999;
}
.topMenu .subMenuBox2 {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  /* box-shadow: 0 0 6px 0; */
  z-index: 999999;
}
.topMenu .trueBox {
  background: #ffffff;
  padding-top: 14px;
  height: 68px;
  border-bottom: 1px solid #f1f1f1;
}
.topMenu .trueBox .ui-container {
  padding-left: 148px;
}
.topMenu .sub-menu-item .icon {
  display: inline-block;
  margin-right: 8px;
}
.topMenu .sub-menu-item:hover {
  background-color: #fff;
}
.topMenu .subMenuList2 {
  display: flex;
}
.topMenu .subMenuList2 .subItem {
  width: 120px;
  height: 36px;
  margin-right: 20px;
  background: #f4f4f4;
  border-radius: 5px;
}
.topMenu .subMenuList2 .subItem.active,
.topMenu .subMenuList2 .subItem:hover {
  background: var(--color-primary);
}
.topMenu .subMenuList2 .subItem.active .link,
.topMenu .subMenuList2 .subItem:hover .link {
  color: #ffffff;
}
.topMenu .subMenuList2 .subItem .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
  line-height: 20px;
}
.topMenu .subMenuList {
  margin-top: 4px;
  width: 100px;
}
.topMenu .subMenuList .nav-bar-left .subMenuList li {
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
.topMenu .nav-bar-left span.icon-unfold {
  margin-left: 2px !important;
}
.topMenu .nav-bar .menu-item:hover .subMenuList,
.topMenu .nav-bar .menu-item:hover .dropdown-below {
  display: block;
}
.homeMenuBox {
  height: 39px;
  margin-bottom: 37px;
}
.homeMenu {
  position: relative;
  top: -39px;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  height: 78px;
  background-color: #fff;
  padding: 0 40px;
  /* .nav-bar-left .subMenuList li:nth-child(odd){
            border-right: 2px solid #eee;
    } */
}
.homeMenu * {
  box-sizing: border-box;
}
.homeMenu .menu-item:hover {
  background: rgba(10, 127, 255, 0.1);
}
.homeMenu .menu-item:hover .homeSubMenuBox {
  display: block;
}
.homeMenu .menu-item .itemBtn {
  text-align: center;
  height: 78px;
  line-height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 34px;
  cursor: pointer;
}
.homeMenu .menu-item .label {
  height: 28px;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
}
.homeMenu .menu-item .menuIcon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.homeMenu .menu-item > a .iconfont.icon-unfold {
  margin-left: 10px;
  color: #aaa;
  font-size: 14px;
}
.homeMenu .homeSubMenuBox {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 84px;
  background-color: #fff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  /* box-shadow: 0 0 6px 0; */
  z-index: 999999;
}
.homeMenu .homeSubMenuList {
  display: flex;
  padding: 0 20px;
}
.homeMenu .homeSubMenuList .subItem {
  height: 84px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homeMenu .homeSubMenuList .subItem .link {
  height: 44px;
  background: rgba(10, 127, 255, 0.1);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
  color: #0A7FFF;
  line-height: 22px;
  padding: 0 40px;
}
.homeMenu .homeSubMenuList .subItem .link:hover {
  color: #FFFFFF;
  background: #0A7FFF;
}
.homeMenu .subMenuList {
  margin-top: 4px;
  width: 100px;
}
.homeMenu .subMenuList .nav-bar-left .subMenuList li {
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
.homeMenu .nav-bar-left span.icon-unfold {
  margin-left: 2px !important;
}
.homeMenu .nav-bar .menu-item:hover .subMenuList,
.homeMenu .nav-bar .menu-item:hover .dropdown-below {
  display: block;
}
.shareModalBody {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
}
.shareModalBody .shareQrocde {
  width: 108px;
  height: 108px;
  margin-bottom: 12px;
}
.shareModalBody .qrcodeText {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 20px;
  margin-bottom: 40px;
  width: 200px;
  text-align: center;
}
.shareModalBody .shareList {
  width: 277px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shareModalBody .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.shareModalBody .item:hover .icon {
  background-color: #000;
}
.shareModalBody .title {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
  line-height: 20px;
  text-align: center;
}
.shareModalBody .icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
}
.shareModalBody .weibo {
  background: #d81e06;
}
.shareModalBody .qq {
  background: #54B5EF;
}
.shareModalBody .qqZone {
  background: #F8CE46;
}
.homeSwiperBox {
  height: 620px;
}
.homeSwiperBox .swiper-wrapper {
  width: 100%;
}
.homeSwiperBox .swiper-slide {
  width: 100%;
}
.homeSwiperBox .item-bg {
  width: 100%;
}
.homeSwiperBox .titleContainer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homeSwiperBox .titleContainerInner {
  position: relative;
  width: 1200px;
  height: 100%;
}
.homeSwiperBox .title {
  position: absolute;
  left: 0;
  bottom: 90px;
  font-size: 32px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 45px;
}
.homeSwiperBox .swiper-pagination {
  bottom: 59px !important;
}
.homeSwiperBox .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  background: #E6F2FF !important;
  border-radius: 0;
  opacity: 1 !important;
}
.homeSwiperBox .swiper-pagination-bullet-active {
  background-color: var(--color-primary) !important;
}
@media (max-width: 800px) {
  .swiper-pagination {
    bottom: 15px !important;
  }
  .swiper-pagination-bullet {
    width: 10px !important;
    height: 4px !important;
    background: #E6F2FF !important;
    border-radius: 0 !important;
    opacity: 1 !important;
  }
  .swiper-pagination-bullet-active {
    background-color: var(--color-primary) !important;
  }
}
.homeContainer {
  width: 1200px;
  margin: 0 auto;
}
.ui-shop-card {
  margin-bottom: 20px;
}
.ui-coopBox {
  position: relative;
  width: 100%;
  height: 170px;
  margin-bottom: 20px;
  background: linear-gradient(222deg, #3f424d 0%, #292b30 100%);
  cursor: pointer;
}
.ui-coopBox * {
  box-sizing: border-box;
}
.ui-coopBox:hover {
  opacity: 0.8;
}
.ui-coopBox .tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 145px;
  height: 34px;
  background: #01ba7e;
  border-radius: 5px 0px 50px 0px;
  padding-top: 5px;
  padding-left: 32px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 25px;
}
.ui-coopBox .qrText {
  position: absolute;
  top: 5px;
  right: 63px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 25px;
}
.ui-coopBox .list {
  padding: 46px 36px 0 36px;
  display: flex;
  justify-content: space-between;
}
.ui-coopBox .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ui-coopBox .list .qrcode {
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
  transition: all 0.5s;
}
.ui-coopBox .list .qrcode:hover {
  transform: scale(2);
}
.ui-coopBox .list .name {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
}
.ui-coopBox .list .code {
  display: none;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
}
.ui-side-section {
  background-color: #FBFBFB;
  border-top: 1px solid #D4D4D4;
  margin-bottom: 30px;
}
.ui-side-section > .header {
  height: 64px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid rgba(216, 216, 216, 0.3);
}
.ui-side-section > .header .title {
  padding: 0 20px;
  height: 64px;
  font-size: 20px;
  font-weight: 600;
  color: #262626;
  line-height: 64px;
  border-top: 4px solid var(--color-primary);
}
.ui-side-section > .body {
  padding: 24px 0;
}
.ui-bottom-section {
  border-top: 1px solid #D8D8D8;
  margin-top: 60px;
}
.ui-bottom-section > .header {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ui-bottom-section > .header .title {
  padding-top: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #262626;
  border-top: 4px solid var(--color-primary);
}
.ui-bottom-section > .body {
  padding: 24px 0;
}
.feed-list {
  background-color: #f3f5f7;
}
.mobile-menu-list .item.active .subBox {
  display: block;
}
.mobile-menu-list .item.active .arrowUp {
  display: block;
}
.mobile-menu-list .item.active .arrowDown {
  display: none;
}
.mobile-menu-list .link {
  padding: 0 16px;
  height: 44px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(216, 216, 216, 0.3);
}
.mobile-menu-list .label {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.mobile-menu-list .subBox {
  display: none;
  background: #F3F5F7;
  padding: 12px 16px;
}
.mobile-menu-list .subList {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 10px;
}
.mobile-menu-list .subLink {
  height: 30px;
  background: #E6F2FF;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #0A7FFF;
  line-height: 20px;
  padding: 0 5px;
}
.mobile-menu-list .arrowUp {
  display: none;
}
.mobile-side-btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding: 0 16px;
  margin-bottom: 30px;
  margin-top: 48px;
}
.mobile-side-btns .sideBtn {
  width: 120px;
  height: 33px;
  background: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}
.mobile-side-btns .line {
  border: 1px solid var(--color-primary);
  background-color: transparent;
  color: var(--color-primary);
}
.mobile-side-userBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 16px;
  margin-bottom: 18px;
}
.mobile-side-userBox .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  box-shadow: 0px 1px 8px 0px rgba(4, 5, 6, 0.2);
}
.mobile-side-userBox .name {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
}
.mobile-side-function {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
}
.mobile-side-function .icon {
  font-size: 24px;
  color: #999;
  margin-bottom: 7px;
}
.mobile-side-function .link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile-side-function .label {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.mobile-side-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 293px;
  background: #FFFFFF;
  padding-top: 24px;
}
.mobile-side-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 24px;
}
.mobile-side-footer .logoutBtn {
  height: 40px;
  background: #F3F5F7;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #0A7FFF;
  line-height: 20px;
}
.mobile-side-search {
  padding: 0 16px;
  margin-bottom: 8px;
}
.mobile-side-search .fakeInput {
  height: 38px;
  background: #F3F5F7;
  border-radius: 2px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.mobile-side-search .input {
  flex: 1 0 auto;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  padding-left: 12px;
  background-color: transparent;
}
.mobile-side-search .searchBtn {
  flex: 0 0 auto;
  height: 38px;
  padding: 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #666;
}
.mobile-common-footer {
  background: #292B30;
  padding: 20px;
}
.mobile-common-footer .logo {
  height: 30px;
  margin-bottom: 5px;
}
.mobile-common-footer .slogan {
  margin-bottom: 20px;
  font-size: 10px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 14px;
}
.mobile-common-footer .subscribe {
  font-size: 10px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 14px;
  margin-bottom: 10px;
}
.mobile-common-footer .links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.mobile-common-footer .links .item {
  flex: 1 0 auto;
}
.mobile-common-footer .links .link {
  display: block;
  height: 39px;
  background: #1D1F23;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 14px;
}
.mobile-common-footer .subscribeList {
  display: flex;
  justify-content: space-around;
  margin-bottom: 18px;
}
.mobile-common-footer .subscribeList .item {
  position: relative;
}
.mobile-common-footer .subscribeList .item:hover .icon {
  background-color: #fff;
}
.mobile-common-footer .subscribeList .item:hover .text {
  color: #fff;
}
.mobile-common-footer .subscribeList .item:hover .dropdown-left {
  visibility: visible;
  opacity: 1;
  width: 140px;
}
.mobile-common-footer .subscribeList .icon {
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0.65;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 28px;
}
.mobile-common-footer .subscribeList .text {
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 14px;
}
.mobile-common-footer .subscribeList .dropdown-left {
  position: absolute;
  right: 100%;
  bottom: -1px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  width: 60px;
  box-sizing: border-box;
}
.mobile-common-footer .subscribeList .dropdown-left img {
  width: 100%;
  height: auto;
  display: block;
}
.mobile-load-more-box {
  padding-top: 10px;
  padding-bottom: 80px;
  background-color: #f3f5f7;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-load-more-box .more-btn {
  width: 88px;
  height: 30px;
  background: #EEEEEE;
  border-radius: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: #262626;
  line-height: 17px;
}
/*load more start*/
.load-more-block {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.load-more-btn {
  cursor: pointer;
  /* border: solid 1px #00ab6b; */
  /* color: #00ab6b; */
  width: 88px;
  height: 30px;
  background: #EEEEEE;
  border-radius: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #262626;
  padding-top: 4px;
  box-sizing: border-box;
}
.load-more-btn:hover {
  color: #fff;
  background: #00ab6b;
}
.waterfall .load-more-btn {
  display: none;
}
.loading {
  padding-bottom: 10px;
}
.loading:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-width: 4px;
  border-style: solid;
  border-color: #ddd #ddd #ddd #bbb;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-animation: spin 0.5s linear infinite;
  -moz-animation: spin 0.5s linear infinite;
  -o-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.video-detail-likeAndShare {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.video-detail-likeAndShare .shareNewBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.video-detail-likeAndShare .shareNewBox .to {
  color: #999;
}
.video-detail-likeAndShare .shareNewBox .list {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.video-detail-likeAndShare .shareNewBox .item {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  font-size: 20px;
}
@media (max-width: 800px) {
  .quick-tools-wrap {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    background-color: #fefefe;
    /* padding: 12px; */
    border-top: 1px solid rgba(100, 100, 100, 0.12);
  }
  .quick-tools-wrap .relativeInfo {
    padding: 8px;
  }
}
